const crypto/internal/fips140/sha3.spongeAbsorbing

6 uses

	crypto/internal/fips140/sha3 (current package)
		sha3.go#L24: 	spongeAbsorbing spongeDirection = iota
		sha3.go#L65: 	d.state = spongeAbsorbing
		sha3.go#L100: 	if d.state != spongeAbsorbing {
		sha3.go#L123: 	if d.state == spongeAbsorbing {
		sha3.go#L152: 	if d.state != spongeAbsorbing {
		sha3.go#L227: 	if state != spongeAbsorbing && state != spongeSqueezing {